func runtime.mutexWaitListHead
4 uses
runtime (current package)
lock_spinbit.go#L111: func mutexWaitListHead(v uintptr) muintptr {
lock_spinbit.go#L239: gp.m.mWaitList.next = mutexWaitListHead(v)
lock_spinbit.go#L402: head := mutexWaitListHead(v).ptr()
lock_spinbit.go#L422: mp := mutexWaitListHead(v).ptr()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |